home *** CD-ROM | disk | FTP | other *** search
- ;==================================================
- ;WinFax PRO 8.0 Symantec Corporation
- ;Sample Script File February 28, 1996
- ;==================================================
-
-
-
- ;This script file illustrates a typical script
- ;required for installing clients on either a
- ;WinFax PRO for Networks or NET SatisFAXtion fax
- ;server network. You can use this script as a
- ;template for creating your own script file. For
- ;information on using the Scripted Installation
- ;option, see the WinFax User's Guide or the WinFax
- ;online help.
-
-
-
- [GENERAL]
-
- ;INSTALLATION FOLDER--This entry identifies the
- ;installation folder on the user's computer. This
- ;example provides the default location for Windows 95
- ;and Windows NT 4.0. For Windows NT 3.51 users,
- ;use an appropriate path.
-
- EXEPATH=C:\Program Files\Symantec\WinFax
-
- ;INSTALLATION TYPE--This entry identifies the
- ;type of installation. Typical installs the complete
- ;set of WinFax program files. The Minimum option
- ;installs the fewest number of files required.
- ;Typical=0, Minimum=1
-
- INSTTYPE=0
-
-
-
- [LOCATION]
-
- ;COUNTRY CODE AND AREA CODE--This section identifies
- ;the Default dialing location settings for users.
- ;For the United States and Canada, the country code
- ;is 1. If you are setting up a non-North American
- ;location, type the routing code (or city code) in the
- ;AREA entry.
-
- COUNTRY=1
- AREA=416
-
- ;ENABLE PREFIX--This entry enables or disables a dialing
- ;prefix for the Default location.
- ;No=0, Yes=1
-
- USEPREFIX=1
-
- ;DEFINE PREFIX
- ;This entry defines the prefix for the Default location.
- ;A comma adds a 2 second pause to the dial sequence.
-
- PREFIX=9,
-
-
-
- [MODEMS]
-
- ;NETWORK MODEM--This entry identifies users as
- ;WinFax clients on a fax server network.
- ;DO NOT MODIFY THIS ENTRY.
-
- USEHAL=1
-
- ;NETWORK SERVER--This entry identifies the type of fax
- ;server set up on your network.
- ;FAXGATE (WinFax PRO for Networks)=0
- ;NETSAT (NET SatisFAXtion)=1
-
- HAL=0
-
-
- [FAXGATE]
-
- ;WINFAX PRO FOR NETWORKS SETTINGS--If users are using
- ;WinFax as a client on a WPFN fax server, complete this
- ;section. If users are using a NETSAT fax server, ignore
- ;this section and complete the NETSAT section.
- ;DO NOT DELETE THIS SECTION.
-
- ;WORKGROUP NAME--Identifies the workgroup name on the network.
-
- WRKGRP=workgroup name
-
- ;NETWORK TYPE--This entry identifies the type of network
- ;users are using.
- ;Novell Netware (IPX)=-32767
- ;Windows for Workgroups (IPX)=-32511
- ;Windows for Workgroups (NetBIOS)=-32254
- ;Artisoft Lantastic (NetBIOS)=-31998
- ;Windows 95/NT (IPX)=-31743
- ;Windows 95/NT (NetBIOS)=-31742
- ;Other (NetBIOS)=-31230
-
- NETTYPE=-32767
-
-
- [NETSAT]
-
- ;NET SATISFAXTION SETTINGS--If users are using WinFax as
- ;a client on a NETSAT fax server, complete this section.
- ;If users are using a WPFN fax server, ignore this section
- ;and complete the FAXGATE section.
- ;DO NOT DELETE THIS SECTION.
-
- ;NET SATISFAXTION SERVER NAME--This entry identifies the
- ;name of the NETSAT server.
-
- SERVERNAME=server name
-
- ;BILLING CONFIGURATION FILE--This entry identifies the billing
- ;file path.
-
- BILLCFG=full path of the billing cfg file
-
-